home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / mpf / eng / shared / agentdui.cab / scui.dll / HTML / HEADER.VBS < prev    next >
Encoding:
Text File  |  2005-07-27  |  374 b   |  7 lines

  1.  
  2. ' // Change this language charset type for language sites.
  3. Const LANG_CHARSET = "UTF-8"
  4.  
  5. document.write "<meta http-equiv=" & chr(34) & "MSThemeCompatible" & chr(34) & "content=" & chr(34) & "Yes" & chr(34) & " />"
  6. document.write "<meta http-equiv=" & chr(34) & "content-type" & chr(34) & "content=" & chr(34) & "text/html; charset=" & LANG_CHARSET & chr(34) & " />"
  7.